DiscordOAuth2Token

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct DiscordOAuth2Token {}

Members

Variables

accessToken
char[128] accessToken;
Undocumented in source.
expires
DiscordTimestamp expires;
Undocumented in source.
scopes
char[1024] scopes;
Undocumented in source.

Meta